home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Techniques / Examples by Joe Strout / Centauri / Centauri READ ME next >
Text File  |  2001-01-25  |  1KB  |  33 lines

  1. Centauri
  2. ========
  3.  
  4. This is a REALbasic sprite demo.  It's actually a fair start on a real game,
  5. but I never got around to finishing it (if you'd like to help me finish it,
  6. let me know!).
  7.  
  8. Functionality:
  9. You can fly around using the arrow keys, and shoot using the space bar.  There
  10. are two kinds of bad guys: towers that fire at you whenever you're in range,
  11. and spinning things that try to crash into you.  When you're hit, it causes
  12. damage to your shields.  There's also a map to help you keep track of where
  13. you are, and obstacles to bounce off of.  That's about it, though you can have
  14. some fun seeing how long you can fly around (while staying on the map) without
  15. the spinners catching you.
  16.  
  17. Compatibility:
  18. This code has been tested with REALbasic 3.0.  It will not work correctly with earlier versions of REALbasic due to changes in the SpriteSurface class.
  19.  
  20. About the Sprites:
  21. The sprites in this demo were modeled in 3D using Meshwork [1], then ray-traced using POV-Ray [2].  See [3] for details on this process.  The source files are included in the "graphics work" folder.
  22.  
  23.  
  24. For other demos:
  25. See my REALbasic code page [4].  Or write to me (Joe Strout) at <joe@strout.net>.
  26.  
  27.  
  28. ---
  29. [1] http://codenautics.com/meshwork
  30. [2] http://mac.povray.org/
  31. [3] http://codenautics.com/meshwork/sprites.html
  32. [4] http://strout.net/info/coding/rb/
  33.